home *** CD-ROM | disk | other *** search
/ SGI Hot Mix 8 / Hot Mix 8.iso / .all / demos / Soft_Win / prereqScript (.txt) < prev    next >
Text File  |  1994-06-22  |  829b  |  28 lines

  1. #!/bin/sh
  2.  
  3. #    prereqScript
  4. #
  5. #    Derived from:    SoftPC version
  6. #
  7. #    Author:        Anthony Shaughnessy
  8. #
  9. #    Created on:    7th April 1994
  10. #
  11. #    Sccs ID:    @(#)prereqScript.sh    1.2 4/19/94
  12. #
  13. #    Coding Stds.:    2.0
  14. #
  15. #    Purpose:    This script is called by the instwrap program when it
  16. #            detects that inst has complained about the installation
  17. #            due to a missing prerequisite. It only really needs to
  18. #            output a meaningful message, with some hints as to 
  19. #            what the user can do about it. This is because the
  20. #            output from inst is directed to /dev/null, and so the
  21. #            user does not see the inst error messages.
  22. #
  23.  
  24. echo "The installation has failed because some prerequisite software packages
  25. were not present on the system.
  26. SoftWindows does not have any prerequisites, and so this error should not
  27. occur. Please contact Insignia Support for help."
  28.